#!/bin/sh
export LD_LIBRARY_PATH=

current_dir="$(cd "$(dirname "$0")"; pwd)"
if [ -z "$QT_STYLE_OVERRIDE" ]; then export QT_STYLE_OVERRIDE=none; fi
export QT_QPA_PLATFORM_PLUGIN_PATH=/opt/SMART\ Technologies/common/plugins
exec "${current_dir}/.SBD600Calibration_elf" "$@"
